tight loop meaning in Chinese
小半径斤斗
Examples
- There are many cases when procedures are called in tight loops
有许多种在紧凑循环( tight loop )中调用过程的情况。 - A managed function that calls an unmanaged function in a tight loop , for example , is a good candidate for refactoring
例如,在紧凑循环中调用非托管函数的托管函数就是一个不错的重构候选对象。 - For code that works with simple numeric or character data in tight loops , pyrex can produce significant speedups , maybe 50 times the speed in best cases
对于在循环中使用简单的数字或字符数据的代码来说, pyrex的加速效果非常明显,在最佳情况中,可能会是50倍。